home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / gs26.zip / GSSETMOD.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  551b  |  14 lines

  1. @echo off
  2. echo @echo off >%1.dev
  3. echo rem This file was automatically generated by Ghostscript (gssetmod). >>%1.dev
  4. if exist %1.d_f erase %1.d_f
  5. if exist %1.d_n erase %1.d_n
  6. if exist %1.d_o erase %1.d_o
  7. if exist %1.d_v erase %1.d_v
  8. if exist %1.d_w erase %1.d_w
  9. echo if exist %1.d_n copy /b _temp_.dh+%1.d_n >>%1.dev
  10. echo if exist %1.d_o copy /b _temp_.dob+%1.d_o >>%1.dev
  11. echo if exist %1.d_v copy /b _temp_.dop+%1.d_v >>%1.dev
  12. echo if exist %1.d_w copy /b _temp_.dow+%1.d_w >>%1.dev
  13. gsaddmod %1 -obj %2 %3 %4 %5 %6 %7 %8 %9
  14.